home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / ms-0_06.lha / xms-0.06 / INSTALL < prev    next >
Text File  |  1991-11-24  |  3KB  |  68 lines

  1. INSTALLING XMS, THE X-BASED MANDELSPAWN CLIENT
  2.  
  3. Xms itself should build and install using the normal Imake procedure
  4. (e.g., by running xmkmf, make depend, and make).  You are strongly
  5. encouraged to use Imake, but if you can't for some reason, then just
  6. copy the file noImakefile to Makefile and edit it as necessary.
  7.  
  8. You should create a file "/usr/local/etc/mslaves" containing the
  9. hostnames of all the machines running computation servers (possibly
  10. including the local host), one per line.  The file "dot-mslaves" is a
  11. sample file containing made-up hostnames.
  12.  
  13. If you are installing MandelSpawn for personal use only, use
  14. ".mslaves" in your home directory instead of "/usr/local/etc/mslaves".
  15. In this case you may also want to create a ".enslave" file for the
  16. "enslave" script, and possibly a ".rhostile" file containing
  17. hostname-username pairs not present in ".rhosts".  You can use the
  18. supplied file "dot-enslave" as a model for your ".enslave" file.
  19.  
  20. See ../mslaved-0.06/INSTALL for information about installing the
  21. computation server.
  22.  
  23.  
  24. PORTABILITY NOTES TO MACH USERS:
  25.  
  26. If you are running Mach/i386 you may have a broken floor() library
  27. function, causing incorrect colour interpolation.  A workaround can be
  28. enabled by defining the symbol BROKEN_FLOOR when compiling Mama.c.
  29.  
  30. You may also need to include the option "-chunk_height 16" when
  31. running MandelSpawn with iterations counts larger than 256 because of
  32. limits on UDP message size.
  33.  
  34. The X-based client program is now called "xms", not "ms", so now it
  35. won't clash with the "mach status" command until someone makes an X
  36. version of that :-)
  37.  
  38.  
  39. PORTABILITY NOTES TO SONY USERS:
  40.  
  41. Sony's X11R4 server for the NWS-1510 with a 4-bit greyscale display
  42. has a bug that causes it to crash when running MandelSpawn.  If you
  43. have this problem, try giving MandelSpawn the workaround option
  44. "-sony".  This workaround is disabled by default because it may have
  45. the side effect of causing certain areas to be drawn incorrectly,
  46. especially in partly obscured windows.
  47.  
  48.  
  49. PORTABILITY NOTES TO IBM RS/6000 USERS:
  50.  
  51. There have been some difficulties in getting xms to work properly IBM
  52. RS/6000 workstations.  It seems to behave differently depending on
  53. whether backing store is enabled in the X server or not, but in
  54. neither case does it work fully.  Any hints are appreciated.
  55. The computation server and batch-mode clients do appear to work on
  56. the RS/6000.
  57.  
  58.  
  59. PORTABILITY NOTES TO SPARCstation USERS:
  60.  
  61. When installing xms on a Sun SPARCstation IPC with OpenWindows, 
  62. the following problems were noticed:
  63.  
  64.  - There is no xmkmf or imake, so the noImakefile must be used.
  65.  - There is no Xaw library.  Refer to the noImakefile for a workaround.
  66.  - There was a problem with getting keyboard focus, but that should
  67.    be fixed now.
  68.